Skip to main content

Register a Callback in the Registry

POST /registry/callback

Description

Register a callback in the registry.

Path Parameters

NameTypeDescription
NoneNo parameters

Request Body

  • Content Type: application/json
{}

Example

POST /registry/callback
Content-Type: application/json
{}

StartFragment

Response Code: 200 - OK

Description

OK.

Response Field

The response does not contain any specific fields.

Example

<response>
</response>

Method: POST

>http://20.87.230.105/platform/wallets/registry/callback

Headers

Content-TypeValue
apiKey{{apiKey}}

Body (raw)

{}

🔑 Authentication bearer

ParamvalueType
token{{accessCode}}string

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request POST \ 
--url /registry/callback \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!